LegendAlign Enumeration

Represents the alignment of a legend with the plot area.

Definition

Namespace: Independentsoft.Office.Odf.Charts
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum LegendAlign

Members

Start0 Legend is aligned at the beginning of the plot-area (which is left or top).
Center1 Legend is aligned at the center of the plot-area.
End2 Legend is aligned at the end of the plot-area (which is right or bottom).
None3 None.

See Also